[INFO] fetching crate dioxus-core-macro 0.8.0-alpha.0...
[INFO] fixing dioxus-core-macro-0.8.0-alpha.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate dioxus-core-macro 0.8.0-alpha.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate dioxus-core-macro 0.8.0-alpha.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dioxus-core-macro 0.8.0-alpha.0
[INFO] tweaked toml for crates.io crate dioxus-core-macro 0.8.0-alpha.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dioxus-core-macro 0.8.0-alpha.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dioxus-core-macro 0.8.0-alpha.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded dioxus-rsx v0.8.0-alpha.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4
[INFO] running `Command { std: "docker" "start" "a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking convert_case v0.8.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking dioxus-rsx v0.8.0-alpha.0
[INFO] [stderr]     Checking dioxus-core-macro v0.8.0-alpha.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/event_handler.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]   --> tests/rsx.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     use dioxus::prelude::*;
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]    --> tests/rsx.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     use dioxus::prelude::*;
[INFO] [stdout]     |         ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/generics.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use dioxus::prelude::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:54:7
[INFO] [stdout]    |
[INFO] [stdout] 54 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]  --> tests/event_handler.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn app() -> Element {
[INFO] [stdout]   |                 ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use dioxus_rsx::Element;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:34:35
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn TakesEventHandler(onclick: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MouseEvent` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:34:48
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn TakesEventHandler(onclick: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                                                ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn TakesEventHandler<MouseEvent>(onclick: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn TakesEventHandler(onclick: EventHandler<MouseEvent>) -> Element {
[INFO] [stdout]    |                                                                ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Callback` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:55:41
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn TakesEventHandlerWithArg(double: Callback<u32, i32>) -> Element {
[INFO] [stdout]    |                                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn TakesEventHandlerWithArg(double: Callback<u32, i32>) -> Element {
[INFO] [stdout]    |                                                                ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 13 +     use dioxus_core_macro::Props;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_signal` in this scope
[INFO] [stdout]  --> tests/event_handler.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let mut todos = use_signal(String::new);
[INFO] [stdout]   |                         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_signal` in this scope
[INFO] [stdout]   --> tests/event_handler.rs:56:25
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let mut count = use_signal(|| 2);
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]  --> tests/values_memoize_in_place.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use dioxus::{
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 |         #[props(into, default = true)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dioxus_core`
[INFO] [stdout]  --> tests/values_memoize_in_place.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dioxus_core::ElementId;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dioxus_core`
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use dioxus_core::Properties;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dioxus_core`
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |     use dioxus_core::Properties;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]  --> tests/values_memoize_in_place.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[tokio::test]
[INFO] [stdout]   |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         tokio::select! {
[INFO] [stdout]    |         ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:220:3
[INFO] [stdout]     |
[INFO] [stdout] 220 | #[tokio::test]
[INFO] [stdout]     |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[props(into, default)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/generics.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 |         #[props(default = true.into())]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |         #[props(into, default = "abc")]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 |         #[props(into, default)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         #[props(default = "abc".into())]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:38:11
[INFO] [stdout]    |
[INFO] [stdout] 38 |         #[props(into, default = Some("abc".into()))]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 |         #[props(into, default)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 |         #[props(default = Some("abc".into()))]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |         #[props(into)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/generics.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core-macro` (test "event_handler") due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:56:11
[INFO] [stdout]    |
[INFO] [stdout] 56 |         #[props(default)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:59:11
[INFO] [stdout]    |
[INFO] [stdout] 59 |         #[props(default = true)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/generics.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:62:11
[INFO] [stdout]    |
[INFO] [stdout] 62 |         #[props(default = ReadSignal::new(Signal::new(true)))]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:66:11
[INFO] [stdout]    |
[INFO] [stdout] 66 |         #[props(default)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]   --> tests/generics.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::Props;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |         #[props(default = move |_| {})]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:72:11
[INFO] [stdout]    |
[INFO] [stdout] 72 |         #[props(default = {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:78:11
[INFO] [stdout]    |
[INFO] [stdout] 78 |         #[props(default = Callback::new(move |_: ()| {}))]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]   --> tests/generics.rs:70:14
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::Props;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:81:11
[INFO] [stdout]    |
[INFO] [stdout] 81 |         #[props(default)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:84:11
[INFO] [stdout]    |
[INFO] [stdout] 84 |         #[props(default = move |_| {})]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:87:11
[INFO] [stdout]    |
[INFO] [stdout] 87 |         #[props(default = {
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]   --> tests/generics.rs:84:14
[INFO] [stdout]    |
[INFO] [stdout] 84 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::Props;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:76:48
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let rsx_with_event_handler_component = rsx! {
[INFO] [stdout]    |                                                ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]   --> tests/rsx.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 |         #[props(default = EventHandler::new(move |_: KeyboardEvent| {}))]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         rsx! {
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/rsx.rs:109:7
[INFO] [stdout]     |
[INFO] [stdout] 109 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]   --> tests/generics.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |         rsx! {}
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::rsx;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:110:3
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[component]
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/rsx.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         rsx! {
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]   --> tests/generics.rs:98:7
[INFO] [stdout]    |
[INFO] [stdout] 98 |     #[component]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_core_macro::component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]    --> tests/rsx.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::Props;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/generics.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |         rsx! {
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     rsx! {
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]    --> tests/generics.rs:108:14
[INFO] [stdout]     |
[INFO] [stdout] 108 |     #[derive(Props)]
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::Props;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:126:3
[INFO] [stdout]     |
[INFO] [stdout] 126 | #[component]
[INFO] [stdout]     |   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/rsx.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     rsx! {
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/rsx.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         rsx! { "hi" }
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/generics.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |         rsx! {}
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:144:14
[INFO] [stdout]     |
[INFO] [stdout] 144 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: the derive macro `Props` accepts the similarly named `props` attribute
[INFO] [stdout]     |
[INFO] [stdout] 144 -     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout] 144 +     #[derive(props, Clone, PartialEq)]
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::Props;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/rsx.rs:141:7
[INFO] [stdout]     |
[INFO] [stdout] 141 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/generics.rs:133:7
[INFO] [stdout]     |
[INFO] [stdout] 133 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/rsx.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         rsx! { "hi!" }
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/generics.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         rsx! {
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `props` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:146:11
[INFO] [stdout]     |
[INFO] [stdout] 146 |         #[props(extends = GlobalAttributes)]
[INFO] [stdout]     |           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `props` is an attribute that can be used by the derive macro `Props`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/rsx.rs:146:7
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:179:31
[INFO] [stdout]     |
[INFO] [stdout] 179 |         let read_signal_rsx = rsx! {
[INFO] [stdout]     |                               ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/rsx.rs:148:9
[INFO] [stdout]     |
[INFO] [stdout] 148 |         rsx! { "hi!" }
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:184:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |         rsx! {
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:192:7
[INFO] [stdout]     |
[INFO] [stdout] 192 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |         rsx! {}
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `trybuild` in this scope
[INFO] [stdout]  --> tests/rsx.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let t = trybuild::TestCases::new();
[INFO] [stdout]   |             ^^^^^^^^ use of unresolved module or unlinked crate `trybuild`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `trybuild`, use `cargo add trybuild` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `component` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:197:7
[INFO] [stdout]     |
[INFO] [stdout] 197 |     #[component]
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::component;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:199:9
[INFO] [stdout]     |
[INFO] [stdout] 199 |         rsx! {}
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Props` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: the derive macro `Props` accepts the similarly named `props` attribute
[INFO] [stdout]     |
[INFO] [stdout] 224 -     #[derive(Props, Clone, PartialEq)]
[INFO] [stdout] 224 +     #[derive(props, Clone, PartialEq)]
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::Props;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `rsx` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:229:34
[INFO] [stdout]     |
[INFO] [stdout] 229 |     let dom = VirtualDom::new(|| rsx! {});
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_core_macro::rsx;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |                     tokio::time::sleep(std::time::Duration::from_millis(1)).await;
[INFO] [stdout]    |                     ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:29:64
[INFO] [stdout]    |
[INFO] [stdout] 29 |     fn TakesClone<T: Clone + PartialEq + 'static>(value: T) -> Element {
[INFO] [stdout]    |                                                                ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:34:75
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn TakesCloneArc<T: PartialEq + 'static>(value: std::sync::Arc<T>) -> Element {
[INFO] [stdout]    |                                                                           ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:54:56
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn TakesCloneMyBox<T: 'static>(value: MyBox<T>) -> Element
[INFO] [stdout]    |                                                        ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:66:83
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn TakesCloneManual<T: Clone + PartialEq>(props: TakesCloneManualProps<T>) -> Element {
[INFO] [stdout]    |                                                                                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Element {
[INFO] [stdout]    |          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/generics.rs:89:16
[INFO] [stdout]    |
[INFO] [stdout] 89 |         value: EventHandler<T>,
[INFO] [stdout]    |                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 |     ) -> Element {
[INFO] [stdout]    |          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/generics.rs:99:45
[INFO] [stdout]    |
[INFO] [stdout] 99 |     fn GenericFnWhereClause<T>(value: T) -> Element
[INFO] [stdout]    |                                             ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]    --> tests/generics.rs:111:24
[INFO] [stdout]     |
[INFO] [stdout] 111 |         trigger_owner: EventHandler<()>,
[INFO] [stdout]     |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/generics.rs:129:85
[INFO] [stdout]     |
[INFO] [stdout] 129 |     fn ReadSignalNoCloneWithOwner<T>(props: PropsWithOwnerOnlyRequiresStatic<T>) -> Element {
[INFO] [stdout]     |                                                                                     ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/generics.rs:134:36
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn ReadSignalNoClone<T>(value: ReadSignal<T>) -> Element
[INFO] [stdout]     |                                    ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/generics.rs:134:54
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn ReadSignalNoClone<T>(value: ReadSignal<T>) -> Element
[INFO] [stdout]     |                                                      ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:48:34
[INFO] [stdout]    |
[INFO] [stdout] 48 |     set_event_converter(Box::new(dioxus::html::SerializedHtmlEventConverter));
[INFO] [stdout]    |                                  ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core-macro` (test "generics") due to 33 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:93:34
[INFO] [stdout]    |
[INFO] [stdout] 93 |     set_event_converter(Box::new(dioxus::html::SerializedHtmlEventConverter));
[INFO] [stdout]    |                                  ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/rsx.rs:47:33
[INFO] [stdout]    |
[INFO] [stdout] 47 |         pub opt_element: Option<Element>,
[INFO] [stdout]    |                                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 13 +     use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]   --> tests/rsx.rs:57:30
[INFO] [stdout]    |
[INFO] [stdout] 57 |         read_only_w_default: ReadSignal<bool>,
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]   --> tests/rsx.rs:60:34
[INFO] [stdout]    |
[INFO] [stdout] 60 |         read_only_w_default_val: ReadSignal<bool>,
[INFO] [stdout]    |                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]   --> tests/rsx.rs:63:43
[INFO] [stdout]    |
[INFO] [stdout] 63 |         read_only_w_default_val_explicit: ReadSignal<bool>,
[INFO] [stdout]    |                                           ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Callback` in this scope
[INFO] [stdout]   --> tests/rsx.rs:67:29
[INFO] [stdout]    |
[INFO] [stdout] 67 |         callback_w_default: Callback,
[INFO] [stdout]    |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Callback` in this scope
[INFO] [stdout]   --> tests/rsx.rs:70:41
[INFO] [stdout]    |
[INFO] [stdout] 70 |         callback_w_default_val_closure: Callback,
[INFO] [stdout]    |                                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Callback` in this scope
[INFO] [stdout]   --> tests/rsx.rs:76:41
[INFO] [stdout]    |
[INFO] [stdout] 76 |         callback_w_default_val_expr_fn: Callback,
[INFO] [stdout]    |                                         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Callback` in this scope
[INFO] [stdout]   --> tests/rsx.rs:79:42
[INFO] [stdout]    |
[INFO] [stdout] 79 |         callback_w_default_val_explicit: Callback,
[INFO] [stdout]    |                                          ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/rsx.rs:82:34
[INFO] [stdout]    |
[INFO] [stdout] 82 |         event_handler_w_default: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyboardEvent` in this scope
[INFO] [stdout]   --> tests/rsx.rs:82:47
[INFO] [stdout]    |
[INFO] [stdout] 82 |         event_handler_w_default: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 |     struct MyCoolProps<KeyboardEvent> {
[INFO] [stdout]    |                       +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/rsx.rs:85:46
[INFO] [stdout]    |
[INFO] [stdout] 85 |         event_handler_w_default_val_closure: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyboardEvent` in this scope
[INFO] [stdout]   --> tests/rsx.rs:85:59
[INFO] [stdout]    |
[INFO] [stdout] 85 |         event_handler_w_default_val_closure: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 |     struct MyCoolProps<KeyboardEvent> {
[INFO] [stdout]    |                       +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/rsx.rs:91:46
[INFO] [stdout]    |
[INFO] [stdout] 91 |         event_handler_w_default_val_expr_fn: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyboardEvent` in this scope
[INFO] [stdout]   --> tests/rsx.rs:91:59
[INFO] [stdout]    |
[INFO] [stdout] 91 |         event_handler_w_default_val_expr_fn: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 |     struct MyCoolProps<KeyboardEvent> {
[INFO] [stdout]    |                       +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]   --> tests/rsx.rs:94:47
[INFO] [stdout]    |
[INFO] [stdout] 94 |         event_handler_w_default_val_explicit: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `KeyboardEvent` in this scope
[INFO] [stdout]   --> tests/rsx.rs:94:60
[INFO] [stdout]    |
[INFO] [stdout] 94 |         event_handler_w_default_val_explicit: EventHandler<KeyboardEvent>,
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 |     struct MyCoolProps<KeyboardEvent> {
[INFO] [stdout]    |                       +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/rsx.rs:110:28
[INFO] [stdout]     |
[INFO] [stdout] 110 |     fn UsesComponents() -> Element {
[INFO] [stdout]     |                            ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/rsx.rs:131:35
[INFO] [stdout]     |
[INFO] [stdout] 131 |         pub optional_read_signal: ReadSignal<Option<u16>>,
[INFO] [stdout]     |                                   ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/rsx.rs:132:34
[INFO] [stdout]     |
[INFO] [stdout] 132 |         pub regular_read_signal: ReadSignal<u16>,
[INFO] [stdout]     |                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/rsx.rs:136:43
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn PropsStruct(props: MyTestProps) -> Element {
[INFO] [stdout]     |                                           ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/rsx.rs:142:33
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn PropParams(opt_read_sig: ReadSignal<Option<u16>>) -> Element {
[INFO] [stdout]     |                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/rsx.rs:142:61
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn PropParams(opt_read_sig: ReadSignal<Option<u16>>) -> Element {
[INFO] [stdout]     |                                                             ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/rsx.rs:147:55
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn DoubleOption(optional: Option<Option<u16>>) -> Element {
[INFO] [stdout]     |                                                       ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 106 +     use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core-macro` (test "rsx") due to 57 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:202:34
[INFO] [stdout]     |
[INFO] [stdout] 202 |     set_event_converter(Box::new(dioxus::html::SerializedHtmlEventConverter));
[INFO] [stdout]     |                                  ^^^^^^ use of unresolved module or unlinked crate `dioxus`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus`, use `cargo add dioxus` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |             spawn(async move {
[INFO] [stdout]    |             ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SerializedMouseData` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:56:50
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout]  9 | async fn values_memoize_in_place<SerializedMouseData>() {
[INFO] [stdout]    |                                 +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     fn app() -> Element {
[INFO] [stdout]    |                 ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use dioxus_rsx::Element;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SerializedMouseData` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:101:50
[INFO] [stdout]     |
[INFO] [stdout] 101 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  74 | fn cloning_event_handler_components_work<SerializedMouseData>() {
[INFO] [stdout]     |                                         +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `EventHandler` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:111:29
[INFO] [stdout]     |
[INFO] [stdout] 111 | fn TakesEventHandler(click: EventHandler<usize>, number: usize) -> Element {
[INFO] [stdout]     |                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:111:68
[INFO] [stdout]     |
[INFO] [stdout] 111 | fn TakesEventHandler(click: EventHandler<usize>, number: usize) -> Element {
[INFO] [stdout]     |                                                                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:127:21
[INFO] [stdout]     |
[INFO] [stdout] 127 | fn TakesSignal(sig: ReadSignal<usize>, number: usize) -> Element {
[INFO] [stdout]     |                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:127:58
[INFO] [stdout]     |
[INFO] [stdout] 127 | fn TakesSignal(sig: ReadSignal<usize>, number: usize) -> Element {
[INFO] [stdout]     |                                                          ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Attribute` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:147:25
[INFO] [stdout]     |
[INFO] [stdout] 147 |         attributes: Vec<Attribute>,
[INFO] [stdout]     |                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Attribute;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use syn::Attribute;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attribute` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:154:14
[INFO] [stdout]     |
[INFO] [stdout] 154 |         vec![Attribute::new("all", "123", Some("style"), false)]
[INFO] [stdout]     |              ^^^^^^^^^ use of undeclared type `Attribute`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Attribute;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use syn::Attribute;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attribute` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 |         vec![Attribute::new("width", "123", Some("style"), false)]
[INFO] [stdout]     |              ^^^^^^^^^ use of undeclared type `Attribute`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Attribute;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use syn::Attribute;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |     fn app() -> Element {
[INFO] [stdout]     |                 ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:193:32
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn TakesReadSignalNum(sig: ReadSignal<i32>) -> Element {
[INFO] [stdout]     |                                ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:193:52
[INFO] [stdout]     |
[INFO] [stdout] 193 |     fn TakesReadSignalNum(sig: ReadSignal<i32>) -> Element {
[INFO] [stdout]     |                                                    ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ReadSignal` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:198:37
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn TakesReadSignalNonClone(sig: ReadSignal<NonCloneable<i32>>) -> Element {
[INFO] [stdout]     |                                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Element` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:198:71
[INFO] [stdout]     |
[INFO] [stdout] 198 |     fn TakesReadSignalNonClone(sig: ReadSignal<NonCloneable<i32>>) -> Element {
[INFO] [stdout]     |                                                                       ^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use dioxus_rsx::Element;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SerializedMouseData` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:210:50
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 172 | fn cloning_read_signal_components_work<SerializedMouseData>() {
[INFO] [stdout]     |                                       +++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Callback` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:226:26
[INFO] [stdout]     |
[INFO] [stdout] 226 |         callback: Option<Callback>,
[INFO] [stdout]     |                          ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 225 |     struct CompProps<Callback> {
[INFO] [stdout]     |                     ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_event_converter` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     set_event_converter(Box::new(dioxus::html::SerializedHtmlEventConverter));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:49:19
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Event` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:55:21
[INFO] [stdout]    |
[INFO] [stdout] 55 |         let event = Event::new(
[INFO] [stdout]    |                     ^^^^^ use of undeclared type `Event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PlatformEventData` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ use of undeclared type `PlatformEventData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_core` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:64:35
[INFO] [stdout]    |
[INFO] [stdout] 64 |         dom.render_immediate(&mut dioxus_core::NoOpMutations);
[INFO] [stdout]    |                                   ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_core` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:66:31
[INFO] [stdout]    |
[INFO] [stdout] 66 |     dom.render_immediate(&mut dioxus_core::NoOpMutations);
[INFO] [stdout]    |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 |     let dom = VirtualDom::new(|| rsx! {});
[INFO] [stdout]     |               ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:231:18
[INFO] [stdout]     |
[INFO] [stdout] 231 |     dom.in_scope(ScopeId::APP, || {
[INFO] [stdout]     |                  ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `optional_event_handler_diff::{closure#0}::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:233:36
[INFO] [stdout]     |
[INFO] [stdout] 225 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 233 |         let mut props = CompProps::builder().callback(None).build();
[INFO] [stdout]     |                                    ^^^^^^^ associated function or constant not found in `optional_event_handler_diff::{closure#0}::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `optional_event_handler_diff::{closure#0}::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:234:44
[INFO] [stdout]     |
[INFO] [stdout] 225 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 234 |         assert!(!props.memoize(&CompProps::builder().callback(|_| {}).build()));
[INFO] [stdout]     |                                            ^^^^^^^ associated function or constant not found in `optional_event_handler_diff::{closure#0}::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `optional_event_handler_diff::{closure#0}::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:238:36
[INFO] [stdout]     |
[INFO] [stdout] 225 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 238 |         let mut props = CompProps::builder().callback(|_| {}).build();
[INFO] [stdout]     |                                    ^^^^^^^ associated function or constant not found in `optional_event_handler_diff::{closure#0}::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `optional_event_handler_diff::{closure#0}::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:239:44
[INFO] [stdout]     |
[INFO] [stdout] 225 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 239 |         assert!(!props.memoize(&CompProps::builder().callback(None).build()));
[INFO] [stdout]     |                                            ^^^^^^^ associated function or constant not found in `optional_event_handler_diff::{closure#0}::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_signal` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let mut count = use_signal(|| 0);
[INFO] [stdout]    |                         ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         use_hook(|| {
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_event_converter` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     set_event_converter(Box::new(dioxus::html::SerializedHtmlEventConverter));
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]    |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]   --> tests/values_memoize_in_place.rs:98:20
[INFO] [stdout]    |
[INFO] [stdout] 98 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]    |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Event` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let event = Event::new(
[INFO] [stdout]     |                     ^^^^^ use of undeclared type `Event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PlatformEventData` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:101:21
[INFO] [stdout]     |
[INFO] [stdout] 101 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^ use of undeclared type `PlatformEventData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_core` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:105:35
[INFO] [stdout]     |
[INFO] [stdout] 105 |         dom.render_immediate(&mut dioxus_core::NoOpMutations);
[INFO] [stdout]     |                                   ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_core` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:107:31
[INFO] [stdout]     |
[INFO] [stdout] 107 |     dom.render_immediate(&mut dioxus_core::NoOpMutations);
[INFO] [stdout]     |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let first_render_click = use_hook(move || click);
[INFO] [stdout]     |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `use_hook` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:128:28
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let first_render_sig = use_hook(move || sig);
[INFO] [stdout]     |                            ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `spreads_memorize_in_place::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:150:32
[INFO] [stdout]     |
[INFO] [stdout] 145 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 150 |     let mut props = CompProps::builder().build();
[INFO] [stdout]     |                                ^^^^^^^ associated function or constant not found in `spreads_memorize_in_place::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `spreads_memorize_in_place::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:151:40
[INFO] [stdout]     |
[INFO] [stdout] 145 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 151 |     assert!(!props.memoize(&CompProps::builder().all("123").build()));
[INFO] [stdout]     |                                        ^^^^^^^ associated function or constant not found in `spreads_memorize_in_place::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `spreads_memorize_in_place::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:157:40
[INFO] [stdout]     |
[INFO] [stdout] 145 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 157 |     assert!(!props.memoize(&CompProps::builder().width("123").build()));
[INFO] [stdout]     |                                        ^^^^^^^ associated function or constant not found in `spreads_memorize_in_place::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `spreads_memorize_in_place::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:163:40
[INFO] [stdout]     |
[INFO] [stdout] 145 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 163 |     assert!(!props.memoize(&CompProps::builder().build()));
[INFO] [stdout]     |                                        ^^^^^^^ associated function or constant not found in `spreads_memorize_in_place::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `spreads_memorize_in_place::CompProps` in the current scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:166:39
[INFO] [stdout]     |
[INFO] [stdout] 145 |     struct CompProps {
[INFO] [stdout]     |     ---------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 166 |     assert!(props.memoize(&CompProps::builder().build()));
[INFO] [stdout]     |                                       ^^^^^^^ associated function or constant not found in `spreads_memorize_in_place::CompProps`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_event_converter` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:202:5
[INFO] [stdout]     |
[INFO] [stdout] 202 |     set_event_converter(Box::new(dioxus::html::SerializedHtmlEventConverter));
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VirtualDom` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:203:19
[INFO] [stdout]     |
[INFO] [stdout] 203 |     let mut dom = VirtualDom::new(app);
[INFO] [stdout]     |                   ^^^^^^^^^^ use of undeclared type `VirtualDom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ScopeId` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:207:20
[INFO] [stdout]     |
[INFO] [stdout] 207 |     dom.mark_dirty(ScopeId::APP);
[INFO] [stdout]     |                    ^^^^^^^ use of undeclared type `ScopeId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Event` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 |         let event = Event::new(
[INFO] [stdout]     |                     ^^^^^ use of undeclared type `Event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PlatformEventData` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:210:21
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Rc::new(PlatformEventData::new(Box::<SerializedMouseData>::default())) as Rc<dyn Any>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^ use of undeclared type `PlatformEventData`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_core` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:214:35
[INFO] [stdout]     |
[INFO] [stdout] 214 |         dom.render_immediate(&mut dioxus_core::NoOpMutations);
[INFO] [stdout]     |                                   ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dioxus_core` in this scope
[INFO] [stdout]    --> tests/values_memoize_in_place.rs:216:31
[INFO] [stdout]     |
[INFO] [stdout] 216 |     dom.render_immediate(&mut dioxus_core::NoOpMutations);
[INFO] [stdout]     |                               ^^^^^^^^^^^ use of unresolved module or unlinked crate `dioxus_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dioxus_core`, use `cargo add dioxus_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dioxus-core-macro` (test "values_memoize_in_place") due to 83 previous errors
[INFO] running `Command { std: "docker" "inspect" "a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4", kill_on_drop: false }`
[INFO] [stdout] a35bc8d48c7d9756296b310c48888892d22d577e42d72f526d06c8dc25764fc4
